home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
-
- SRCDIR=`dirname $0`
-
- if [ $SRCDIR = "." ]
- then
- SRCDIR=`pwd`
- fi
-
- echo "\nInfoSearch\n\
- ==========\n\
- InfoSearch requires that two configuration files be modified in order\n\
- to work properly with the content found on this CD-ROM. InfoSearch\n\
- can ONLY be used if the host machine accessing the content on this\n\
- CD-ROM is running IRIX 6.5 or later. InfoSearch (version 2.0 or\n\
- higher) and Dynaweb (version 3.1 or higher) are both required, and\n\
- the stated versions of those products are currently distributed with\n\
- IRIX 6.5 (or later).\n\n\
- If your host machine meets these requirements, follow these steps:\n\n\
- 1. Edit the file: /usr/lib/infosearch/C/infosrch.cfg\n\n\
- 2. Locate the line (approximately line #128) that looks like this:\n\n\
- \t<COLLECTION TITLE=\"IRIX 6.5\" ID=\"0650\" PATH=\"/\">\n\n\
- and change it to look like this:\n\n\
- \t<COLLECTION TITLE=\"IRIX 6.5\" ID=\"0650\" PATH=\"$SRCDIR\">\n\n\
- 3. Save the file.\n\n\
- 4. Edit the file: /usr/lib/Insight/data/config/collects.dwc\n\n\
- 5. Locate all lines (starting at approximately line #74) that look like this:\n\n\
- \tlocation /usr/share/Insight/library/SGI_bookshelves/...\n\n\
- and change each instance (4 in all) to look like this:\n\n\
- \tlocation $SRCDIR/usr/share/Insight/library/SGI_bookshelves/...\n\n\
- 6. Make the SGI_Developer collection visible by locating the line:\n\n\
- \tdwCollection SGI_Developer {\n\n\
- If necessary, change the attribute 4 lines below it from:\n\n\
- \t\"hide true\"\n\n\
- to:\n\n\
- \t\"hide false\"\n\n\
- 7. Save the file.\n\n\
- 8. InfoSearch (and Dynaweb) should now be able to find/use the content found\n\
- on this CD-ROM.\n\n\
- 9. Revert back to previous version(s) of these files, or back out the changes\n\
- (ie. remove \"$SRCDIR\"), if this CD-ROM is not being used.\n" | more
-
- exit
-